Click or drag to resize

SerializableTimeZone Class

Identifies time zone information and the transition between standard time and daylight saving time.
Inheritance Hierarchy
SystemObject
  Independentsoft.ExchangeSerializableTimeZone

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class SerializableTimeZone

The SerializableTimeZone type exposes the following members.

Constructors
  NameDescription
Public methodSerializableTimeZone
Initializes a new instance of the SerializableTimeZone class.
Public methodSerializableTimeZone(StandardTimeZone)
Initializes a new instance of the SerializableTimeZone class.
Public methodSerializableTimeZone(Int32, SerializableTimeZoneTime, SerializableTimeZoneTime)
Initializes a new instance of the SerializableTimeZone class.
Top
Properties
  NameDescription
Public propertyDaylightTime
The StandardTime property gets or sets a value that represents an offset from the time relative to Coordinated Universal Time (UTC) that is represented by the Bias property.
Public propertyOffset
The Bias property gets or sets a value that represents the general offset from Coordinated Universal Time (UTC).
Public propertyStandardTime
The DaylightTime property gets or sets a value that represents an offset from the time relative to Coordinated Universal Time (UTC) that is represented by the Bias property.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also